cifs-utils: Update to 6.7
authorRosen Penev <[email protected]>
Sun, 26 Nov 2017 23:32:33 +0000 (15:32 -0800)
committerRosen Penev <[email protected]>
Sun, 26 Nov 2017 23:32:33 +0000 (15:32 -0800)
Signed-off-by: Rosen Penev <[email protected]>
net/cifs-utils/Makefile
net/cifs-utils/patches/001-fix-musl-build.patch [deleted file]

index a825a529de9121db435d10fe5cebdaa5085c7764..db7ba3f266454e4e2782904abbe4496dc54a3d8b 100644 (file)
@@ -8,23 +8,25 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=cifs-utils
-PKG_VERSION:=6.4
-PKG_RELEASE:=2
+PKG_VERSION:=6.7
+PKG_RELEASE:=1
 
 PKG_SOURCE_URL:=https://download.samba.org/pub/linux-cifs/cifs-utils/
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
-PKG_HASH:=38fc63926af435dae4ebcf4406275580a692d9fb9ee3e32170317cf2ba68e6e3
+PKG_HASH:=b2f21612474ab012e75accd167aab607a0614ff67efb56ea0f36789fa785cfab
 
 PKG_MAINTAINER:=Florian Fainelli <[email protected]>
 PKG_LICENSE:=GPL-3.0
 PKG_LICENSE_FILES:=COPYING
 
+PKG_FIXUP:=libtool
+
 include $(INCLUDE_DIR)/package.mk
 
 define Package/cifsmount
   SECTION:=net
   CATEGORY:=Network
-  DEPENDS:=+kmod-fs-cifs
+  DEPENDS:=+kmod-fs-cifs +libtalloc
   TITLE:=CIFS mount utilities
   URL:=http://wiki.samba.org/index.php/LinuxCIFS_utils
 endef
diff --git a/net/cifs-utils/patches/001-fix-musl-build.patch b/net/cifs-utils/patches/001-fix-musl-build.patch
deleted file mode 100644 (file)
index e34d4f1..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-From 6603cef0f06c450196a1bca06bb143d8fcda5651 Mon Sep 17 00:00:00 2001
-From: Felix Janda <[email protected]>
-Date: Fri, 5 Dec 2014 23:19:29 +0100
-Subject: [PATCH 1/1] mtab.c: include <paths.h> for _PATH_MOUNTED
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Backported from: 6603cef0f06c450196a1bca06bb143d8fcda5651
-
-Signed-off-by: Felix Janda <[email protected]>
-Signed-off-by: Jörg Krause <[email protected]>
----
- mtab.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/mtab.c b/mtab.c
-index 7b365b3..a662a3c 100644
---- a/mtab.c
-+++ b/mtab.c
-@@ -38,6 +38,7 @@
- #include <mntent.h>
- #include <stdlib.h>
- #include <signal.h>
-+#include <paths.h>
- #include "mount.h"
- #include "config.h"
--- 
-2.5.0